Admin Production ni-theme
Current Publication

ATTR_LABEL_TEXT_LENGTH

LabWindows/CVI

ATTR_LABEL_TEXT_LENGTH (Tree Item)

Type: Tree Item attribute
Description: The number of bytes in the tree item label. The length does not include the ASCII NUL byte.

Use this value to determine the size of the buffer to pass when you call GetTreeItemAttribute and specify the ATTR_LABEL_TEXT attribute.

Using this in GetTreeItemAttribute or SetTreeItemAttribute is equivalent to using it in GetTreeCellAttribute or SetTreeCellAttribute if you pass zero for the column index.
Restrictions: Not settable.
Data Type: integer
LabWindows/CVI
Compatibility:
LabWindows/CVI 7.0 and later